user interface builder - significado y definición. Qué es user interface builder
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es user interface builder - definición

SOFTWARE DEVELOPMENT TOOL
GUI Builder; GUI builders; GUI builder; User interface builder; Gui builder; List of GUI builders; List of graphical user interface builders; GUI designer; Form desinger; Form designer
  • [[NetBeans]] GUI builder

Graphical user interface builder         
A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run.
Terminal User Interface         
  • The [[FreeDOS]] Edit user interface
  • Embedded system displaying menu on an LCD screen
  • Screenshot of the desktop of an Oberon System showing an image and several text viewers
  • Snapshot of 'XFdrake', a TUI used in [[Mandriva Linux]] to configure the graphical system
TYPE OF INTERFACE BASED ON OUTPUTTING TO OR CONTROLLING A TEXT DISPLAY
Text User Interface; Text-based (computing); Textual user interface; Terminal user interface; SMG$; Text based; Text-based; Text user interface; Text-based interface; Text-based User Interface; Character-based; Character-based user interface; Text based interface; Text-only; Text-mode user interface
text-based         
  • The [[FreeDOS]] Edit user interface
  • Embedded system displaying menu on an LCD screen
  • Screenshot of the desktop of an Oberon System showing an image and several text viewers
  • Snapshot of 'XFdrake', a TUI used in [[Mandriva Linux]] to configure the graphical system
TYPE OF INTERFACE BASED ON OUTPUTTING TO OR CONTROLLING A TEXT DISPLAY
Text User Interface; Text-based (computing); Textual user interface; Terminal user interface; SMG$; Text based; Text-based; Text user interface; Text-based interface; Text-based User Interface; Character-based; Character-based user interface; Text based interface; Text-only; Text-mode user interface
<jargon> Working under a non-window-based operating system (e.g. MS-DOS) as opposed to a graphical user interface (e.g. Microsoft Windows). An MS-DOS text-based program uses a screen with a fixed array of 80x25 or 80x40 characters. Examples are WordPerfect before version 5.1 and Microsoft Word. (1995-03-16)

Wikipedia

Graphical user interface builder

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run. Such tools usually called the term RAD IDE.

User interfaces are commonly programmed using an event-driven architecture, so GUI builders also simplify creating event-driven code. This supporting code connects software widgets with the outgoing and incoming events that trigger the functions providing the application logic.

Some graphical user interface builders automatically generate all the source code for a graphical control element. Others, like Interface Builder or Glade Interface Designer, generate serialized object instances that are then loaded by the application.